reftests: Fix border-image-excess-size.ui test
authorBenjamin Otte <otte@redhat.com>
Wed, 27 Mar 2019 23:39:36 +0000 (00:39 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000 (09:56 +0100)
The old reftests drew an opaque image, the new image is transparent.

This test drew the reference image as black and the test as transparent
black, and those are now different.

testsuite/reftests/border-image-excess-size.css

index 57ee781428ec6b86e4e5f879f0121cd8b7d01372..b41344cfce7aefa7610ac0f8183822fd55817427 100644 (file)
@@ -10,6 +10,10 @@ toolbar {
   border-radius: 0;
 }
 
+grid {
+  background-color: #000;
+}
+
 grid * {
   background-color: lime;
   border-style: none;